home *** CD-ROM | disk | FTP | other *** search
/ Aminet 19 / Aminet 19 (1997)(GTI - Schatztruhe)[!][Jun 1997].iso / Aminet / comm / cnet / portstatus.lha / Sysop.Doc < prev   
Text File  |  1997-03-19  |  4KB  |  107 lines

  1. $VER:PORTStatus_Version_6.9c LogOn Utility for Amiga CNet3.x/4.26b+ PRO 
  2. -----------------------------------------------------------------------
  3.  
  4. Postcard Ware: Please, if you like this program and use it, send me
  5.                a postcard...
  6.                              Michael Rudolph
  7.                              P.O.Box 118
  8.                              Forreston, TX
  9.                              76041-0118
  10.  
  11. Copyright (c) 1996 1997 1998 Star Streams BBS (SS Productions)
  12. You may edit this file for your own use but do not redistribute it
  13. if you have changed it. Please leave my name intact.
  14.  
  15. What is it?
  16. -----------
  17.  
  18. PORTStatus V6.9c [19-MAR-1997] PostCard Ware. Add this ARexx program to
  19. your sys.welcome and let users know the STATUS of their port. ie. UDBase
  20. Open/Closed, Base Open/Closed, PFiles Open/Closed, Sysop Available or Not,
  21. and if NEW USERS are being taken or Not. Plus other logon information.
  22. This program is port speciffic so users will only see the settings that
  23. you have set for the port they call in on. This program does NOT read or
  24. write to any files so it should be very multitasking friendly. Now has
  25. config file and sysop menu options. Now CNet 3.x compatable.
  26.  
  27. As always, Use at your own risk. It works great here but may bomb
  28. elsewhere.
  29.  
  30. Installation:
  31. -------------
  32.  
  33. Read History.Doc for past version notes.
  34.  
  35. 6.9b NOTE:   Starting with this version, a new config item was added to the
  36.              code.
  37.              
  38.              pw='password' /* Password to enter Remote Editing */
  39.              
  40.              This option is the password that you would like to use to enter
  41.              the new Edit Menu. You just type this password at the range
  42.              prompt to be presented with the Edit Menu. You may go ahead and
  43.              set your password now, but this part of the code will not be
  44.              fully functional untill version 7.0 is released.
  45.  
  46. 1. Unarch the program :) Lets hope this part is already done.
  47. 2. Move the PORTStatus.rexx program to PFiles (or anywhere)
  48. 3. Add this line to your sys.welcome file or as a pfile/door:
  49.    {#0PFiles:PORTStatus.rexx}
  50.    ^
  51.    Remember that the { is a CTRL-Q character
  52. 4. Save :)
  53. 5. Edit the config options located in the program to your liking.
  54.  
  55. Thats it! Simple.
  56.  
  57. Operation:
  58. ----------
  59.  
  60. The operation is straight forward. A non-sysop (<31) will be shown a set
  61. of BASIC user information and the status of the port they have logged
  62. onto. The Port information that is shown may be edited by the sysop.
  63. Sysop's (31+) can enter a sysop menu that gives them access to view the
  64. status of their ports.
  65. This should greatly help sysop's that run large multi line systems.
  66. Before, to check all of your ports you would have to highlight the port
  67. number on the CNet control and then go to the pulldown menu to see the
  68. settings and then do this again and again for all your ports. Now you can
  69. select the ALL option, turn on your capture, and have a full listing of
  70. the status of all your port settings. Added a break to the longer listing
  71. sysop functions. ie. During the list ALL and list RANGE the sysop can now
  72. exit the listing at anytime. This will take you back to the sysopmenu.
  73.  
  74. You may now use CNet's own PARSING system when viewing ports. You also
  75. now have the option of skipping Unloaded ports for all range selections.
  76.  
  77.  
  78. Sysop Program Options:
  79. ----------------------
  80.  
  81. pw='password' /* Password to enter Remote Editing */
  82. xa=1  Show SysOp Status?     (0=NO/1=YES)
  83. xb=1  Show NEW USER Status?  (0=NO/1=YES)
  84. xc=1  Show File Area Status? (0=NO/1=YES)
  85. xd=1  Show Game Area Status? (0=NO/1=YES)
  86. xe=1  Show Base Area Status? (0=NO/1=YES)
  87. xf=1  Who has access to SysOp Menu? 0, 1, 2, 3 (See V6.6 Note's)
  88. xg=0  User option to view port information 0=Force View/1=User Picks
  89. xh=?  This varible is no longer a user config flag.
  90.  
  91.  
  92. The numbers shown above are the defaults set in the program.
  93.  
  94. Registered Users so far...
  95. --------------------------
  96.  
  97. NAME                          LOCATION              BBS NAME/NUMBER
  98. David Weeks (Dotoran)        Buffalo, NY        Frontiers 716-823-9892
  99. Ken Bauder (Joshua)          Lewisville, TX     Christian Retreat 972-221-7198
  100. Wayne Lemonds (ZRocker)      Wylie, TX          Slightly Bent 972-442-1046
  101. Michael Lynn  (The Bard)     Denton, TX         The Bards Tavern 817-243-5110
  102. Charles Williams (LS)        Dallas, Tx         Custom BBS 972-279-1441
  103.  
  104. SG Note: Thanks Dotoran for all the help, Advice, and the CNetToolKit :)
  105.  
  106. <EOF>
  107.